home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / icons+ / magicwb2.0e / show magicwb 2.0 < prev    next >
Text File  |  1995-11-05  |  3KB  |  122 lines

  1. failat 21
  2.  
  3. echo "*n*n*e[1;32m ____________________________________________________________________"
  4. echo " *e[43m                                                                    *e[0m"
  5. echo " *e[0;32;43m                  Welcome to MagicWB v2.0: PREVIEW*e[1m                  *e[0m"
  6. echo " *e[1;4;43m                                                                    *e[0m"
  7. echo "*n*n*n The following picture snapshot will show you how your Workbench is"
  8. echo " going to look like if you use *e[32mMagicWB 2.0*e[0m...*n"
  9. echo noline " Do you have the AGA-Chipset or any graphics board? "
  10. set > NIL: AGA ?
  11. if $AGA eq "ja"
  12.   skip ShowAGA
  13. endif
  14. if $AGA eq "j"
  15.   skip ShowAGA
  16. endif
  17. if $AGA eq "y"
  18.   skip ShowAGA
  19. endif
  20. if $AGA eq "yes"
  21.   skip ShowAGA
  22. endif
  23. skip Continue
  24.  
  25.  
  26. lab ShowAGA
  27.  
  28. if exists sys:utilities/multiview
  29.   sys:prefs/palette ClickForColors use
  30.   sys:utilities/multiview Preview
  31. else
  32.   if exists sys:utilities/display
  33.     sys:utilities/display Preview
  34.   else
  35.     echo "*n Sorry, I couldn't find neither 'Multiview' nor 'Display' to display"
  36.     echo " the preview picture. Please use your own display utility to view the"
  37.     echo " pictures 'Preview' and 'PreviewCopper' in this directory."
  38.     wait 15
  39.     skip end
  40.   endif
  41. endif
  42.  
  43. echo "*n Now you are going to see the MagicWB with the use of MagicCopper"
  44. echo " under the AGA-Chipset..."
  45.  
  46. wait 4
  47. if exists sys:utilities/multiview
  48.   sys:utilities/multiview PreviewCopper screen
  49. else
  50.   if exists sys:utilities/display
  51.     sys:utilities/display PreviewCopper
  52.   endif
  53. endif
  54.  
  55. echo "*n Now you are going to see the MagicWB with another pattern"
  56. echo " combination on the workbench screen..."
  57.  
  58. wait 5
  59. if exists sys:utilities/multiview
  60.   sys:utilities/multiview Preview2
  61. else
  62.   if exists sys:utilities/display
  63.     sys:utilities/display Preview2
  64.   endif
  65. endif
  66.  
  67. skip end
  68.  
  69.  
  70.  
  71. lab continue
  72.  
  73. if exists sys:utilities/multiview
  74.   sys:prefs/palette palette4bit.ilbm use
  75.   sys:utilities/multiview Preview
  76. else
  77.   if exists sys:utilities/display
  78.     sys:utilities/display Preview
  79.   else
  80.     echo "*n Sorry, I couldn't find neither 'Multiview' nor 'Display' to display"
  81.     echo " the preview picture. Please use your own display utility to view the"
  82.     echo " pictures 'Preview' and 'PreviewCopper' in this directory."
  83.     wait 15
  84.     skip end
  85.   endif
  86. endif
  87.  
  88. echo "*n Now you are going to see the MagicWB with the use of MagicCopper"
  89. echo " under the AGA-Chipset..."
  90.  
  91. wait 4
  92. if exists sys:utilities/multiview
  93.   sys:utilities/multiview PreviewCopper screen
  94. else
  95.   if exists sys:utilities/display
  96.     sys:utilities/display PreviewCopper
  97.   endif
  98. endif
  99.  
  100. echo "*n Now you are going to see the MagicWB with another pattern"
  101. echo " combination on the workbench screen..."
  102.  
  103. wait 5
  104. if exists sys:utilities/multiview
  105.   sys:utilities/multiview Preview2
  106. else
  107.   if exists sys:utilities/display
  108.     sys:utilities/display Preview2
  109.   endif
  110. endif
  111.  
  112.  
  113. lab end
  114.  
  115. echo "*n Did you like it? Please read the information texts about MagicWB"
  116. echo " 2.0 to know more about this new version. You can now register by"
  117. echo " clicking onto the button 'Register/Update'..."
  118. wait 11
  119.  
  120. run >NIL: AboutMagicWB
  121. quit
  122.